Skip to content

dynamic page height and sync version number#32

Open
jimmckeeth wants to merge 3 commits into
Bharath-code:mainfrom
jimmckeeth:main
Open

dynamic page height and sync version number#32
jimmckeeth wants to merge 3 commits into
Bharath-code:mainfrom
jimmckeeth:main

Conversation

@jimmckeeth

Copy link
Copy Markdown

Description

  • 🐛[fix] Synchronized version numbers so they are all the same: 1.3.2
    • nudge.go and view.go showed 1.3.0 but main.go still had 1.0.1 so git-scope -v returned 1.0.1 while the header showed 1.3.0
    • Now all use internal/version/version.go to prevent drift
    • The code showed version 1.3.0 but the latest release said 1.3.1 so I went with 1.3.2.
  • ✨ [new] Repo list now fills the full available terminal height instead of a fixed page size
  • ✨ [new] Page size adjusts automatically on terminal resize, search bar open/close, and filter/sort changes
  • 🔧 [change] Removed pageSize config option - it didn't work consistently, and is the wrong approach since the terminal window size can change. Now page size is determined entirely by terminal height

Type of Change

  • 🐛 Bug fix (non-breaking change that fixes an issue)
  • ✨ New feature (non-breaking change that adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to change)
    • Technically I took out the old pageSize config option
  • 📚 Documentation update
  • 🔧 Refactoring (no functional changes)

Checklist

  • I have tested my changes locally
  • I have updated the documentation (if applicable)
  • My code follows the project's style guidelines
  • I have added tests that prove my fix/feature works (if applicable)

Screenshots (if applicable)

image

@kilo-code-bot

kilo-code-bot Bot commented Jun 21, 2026

Copy link
Copy Markdown

Kilo Code Review could not run — your account is out of credits.

Add credits or switch to a free model to enable reviews on this change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant